home *** CD-ROM | disk | FTP | other *** search
- on(press){
- if(!(eval("/:mode") != "2" and _name eq "i5"))
- {
- tellTarget("/soundgotit")
- {
- gotoAndPlay(2);
- }
- set("/:item",_name.substr("2","3"));
- set("/:have" add eval("/:hnow"),eval("/:item"));
- set("/:hnow",eval("/:hnow") + "1");
- tellTarget("/menu")
- {
- gotoAndStop("show");
- play();
- }
- set("/:found",_name.substr("2","3"));
- tellTarget("/found")
- {
- gotoAndPlay(2);
- }
- set("/:mn","1");
- if(eval("/:found") == "4")
- {
- set("/:last","0");
- }
- if(eval("/:found") == "2")
- {
- set("/:gotxray","1");
- }
- if(eval("/:found") == "5")
- {
- set("/:gotbattery","1");
- }
- gotoAndStop(4);
- }
- }
-